home *** CD-ROM | disk | FTP | other *** search
/ Amiga Game-Power / Amiga Game-Power.iso / power games ii / tetrix / fileselect / read.me < prev    next >
Text File  |  1994-05-20  |  1KB  |  44 lines

  1.  
  2.  Fileselect V1.0 written in November 1988 by F.Lienhardt
  3. ---------------------------------------------------------
  4.  
  5.  This programm is an example who use a FileIO window written 
  6.  
  7.  100 % in assembler !!      (This is public domain)
  8.  
  9.  The possibilities in version 1.0 are:
  10.  
  11.     - selection from df0: df1: dh0: and Parent with boolean gadgets.
  12.       Other devices can be used as drawers, ex: Ram: df2: etc...
  13.  
  14.     - selection from a gadget is accepted in real time. Example:
  15.       you load the directory from df0: and you want to Cancel, Load a 
  16.       file, or change the drawer: you must not wait the end of loading
  17.       directory.
  18.  
  19.     - The result is separated between sub-directories and files.
  20.       Sub-directories appairs in color3 from your preferences and
  21.       files in color1.
  22.  
  23.     - Files and sub-directories are sorted in alphabetic order on 
  24.       the first letter. (to be faster!)
  25.  
  26.     - Scrolling directory is made in real time when you move the
  27.       mover in the proportional gadget.
  28.  
  29.     - You can, in the source programm, modify quickly the name of
  30.       your window in a Save or Delete window.
  31.  
  32.  When using the fileselect routine, when you have made a choice of a
  33.  file name, the adress of this filename will be in register a0.
  34.  When you quit the fileselect (Cancel) a0 will be null.
  35.  
  36.     The source programm is written with Devpac assembler.
  37.  
  38.             Suggests by :    Fabrice Lienhardt
  39.                      7 rue de Leicester
  40.                      67000 Strasbourg (France)
  41.      
  42.  A version 1.1 will be appair in spring 1989.
  43.  
  44.